﻿/*body#LoginForm{ background-image:url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg"); background-repeat:no-repeat; background-position:center; background-size:cover; padding:10px;}*/

body#LoginForm {
    background-color: background: #F7F7F7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
}
.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:18px 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #b7b5b5;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

@media (max-width:900px) and (min-width:192px) {
    .main-div {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 3px;
        margin: 30px auto 30px;
        padding: 50px 70px 70px 71px;
    }
}
@media (max-width:3200px) and (min-width:900px) {
    .main-div {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 3px;
        margin: 30px auto 30px;
        max-width: 38%;
        padding: 50px 70px 70px 71px;
    }
}
    .login-form .form-group {
        margin-bottom: 10px;
    }

    .login-form {
        text-align: center;
    }

    .forgot a {
        color: #777777;
        font-size: 14px;
        text-decoration: underline;
    }

    .login-form .btn.btn-primary {       
        color: #ffffff;
        font-size: 16px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }

    .forgot {
        text-align: left;
        margin-bottom: 30px;
    }

    .botto-text {
        color: #ffffff;
        font-size: 14px;
        margin: auto;
    }

    .login-form .btn.btn-primary.reset {
        background: #ff9900 none repeat scroll 0 0;
    }

    .back {
        text-align: left;
        margin-top: 10px;
    }

        .back a {
            color: #444444;
            font-size: 13px;
            text-decoration: none;
        }